From: Chong Yidong Date: Fri, 19 Feb 2010 21:36:29 +0000 (-0500) Subject: Revert isearch.el change due to feature freeze. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8508 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c097f8dfe1eb91b4f81b8ef0f77c62d75ff69565;p=emacs.git Revert isearch.el change due to feature freeze. * isearch.el (isearch-update-post-hook, isearch-update): Revert 2010-02-17 change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db6ab6b3215..9ea6a6859a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-02-19 Chong Yidong + + * isearch.el (isearch-update-post-hook, isearch-update): Revert + 2010-02-17 change. + 2010-02-19 Ulf Jasper * calendar/icalendar.el (icalendar--convert-ordinary-to-ical) diff --git a/lisp/isearch.el b/lisp/isearch.el index 0061e7a64ed..d0ad330c5c0 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -156,9 +156,6 @@ command history." (defvar isearch-mode-hook nil "Function(s) to call after starting up an incremental search.") -(defvar isearch-update-post-hook nil - "Function(s) to call after isearch has found matches in the buffer.") - (defvar isearch-mode-end-hook nil "Function(s) to call after terminating an incremental search. When these functions are called, `isearch-mode-end-hook-quit' @@ -871,8 +868,7 @@ It is called by the function `isearch-forward' and other related functions." (isearch-lazy-highlight-new-loop)) ;; We must prevent the point moving to the end of composition when a ;; part of the composition has just been searched. - (setq disable-point-adjustment t) - (run-hooks 'isearch-update-post-hook)) + (setq disable-point-adjustment t)) (defun isearch-done (&optional nopush edit) "Exit Isearch mode.